home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-02 | 950 b | 56 lines |
- #include <Project.tmpl>
- #include "Xc.tmpl"
-
- #define IHaveSubdirs
- #define PassCDebugFlags
-
- CDEBUGFLAGS = -g
- CCOPTIONS = -prototypes -float
-
- SUBDIRS = test
-
- VERSION = 1.0
- INCLUDES = -I$(TOP) -I$(TOP)/X11
-
- HEADERS = debug.h elements.h image.h rasterfile.h rtftoken.h \
- space.h textflow.h textrect.h view.h xtextview.h xtextview_c.h
-
- SRCS = \
- RichText.c \
- elements.C \
- image.c \
- rtftoken.C \
- textflow.C \
- textrect.C \
- view.C \
- xtextview.C
-
- HDRS = \
- RichText.h \
- RichTextP.h
-
- OBJS = \
- RichText.o \
- elements.o \
- image.o \
- rtftoken.o \
- textflow.o \
- textrect.o \
- view.o \
- xtextview.o
-
-
- NormalLibraryObjectRule()
- NormalLibraryTarget(Xc, $(OBJS))
- LintLibraryTarget(Xc, $(SRCS))
- MakeDirectories(install, $(INCROOT)/Xc)
- InstallLibrary(Xc, $(USRLIBDIR))
- InstallLintLibrary(Xc, $(LINTLIBDIR))
- InstallMultiple($(HDRS), $(INCROOT)/Xc)
- MakeSubdirs($(SUBDIRS))
- DependTarget()
-
- PACKAGE = XcRichText
- RELEASE = 1.1
- TARFILE = $(PACKAGE)-$(RELEASE).tar
-